xen.git
2016-12-15 Jan Beulichx86/HVM: introduce hvm_get_cpl() and respective hook
2016-12-14 Ross Lagerwalltools/livepatch: Exit with 2 if a timeout occurs
2016-12-14 Ross Lagerwalltools/livepatch: Save errno where needed
2016-12-14 Ross Lagerwalltools/livepatch: Remove unused struct member
2016-12-14 Ross Lagerwalltools/livepatch: Remove pointless retry loop
2016-12-14 Ross Lagerwalllivepatch: Fix documentation of timeout
2016-12-14 Ross Lagerwalltools/livepatch: Improve output
2016-12-14 Ross Lagerwalltools/livepatch: Set stdout and stderr unbuffered
2016-12-14 Ross Lagerwalltools/livepatch: Show the correct expected state before...
2016-12-14 Andrew Cooperx86/traps: Correct pagefault handling issues introduced...
2016-12-14 Ross Lagerwallx86: Use ACPI reboot method for Dell OptiPlex 9020
2016-12-14 Andrew Cooperx86/emul: Further simplify DstBitBase handling
2016-12-14 Wei LiuConfig.mk: update mini-os changeset
2016-12-14 Juergen Grossstubdom: modify ioemu linkfarm only if necessary
2016-12-14 Jan Beulichx86emul: MOVNTI does not allow REP prefixes
2016-12-14 Jan Beulichx86emul: check for LAHF_LM availability
2016-12-14 Jan Beulichx86emul: check for CLFLUSH{,OPT} availability
2016-12-14 Jan Beulichx86emul: check for SYSENTER/SYSEXIT availability
2016-12-14 Jan Beulichx86emul: CMPXCHG{8,16}B ignore prefixes
2016-12-14 Jan Beulichx86/PV: prefer pv_inject_hw_exception()
2016-12-14 Jan Beulichx86/PV: use generic emulator for privileged instruction...
2016-12-14 Jan Beulichx86emul: make write and cmpxchg hooks optional
2016-12-14 Jan Beulichx86emul: generalize exception handling for rep_* hooks
2016-12-14 Jan Beulichx86/32on64: use generic instruction decoding for call...
2016-12-13 Cédric Bosdonnatlibxl: QED disks support
2016-12-13 Stefano Stabellinifix LDRB Thumb2 decoding
2016-12-13 Roger Pau Monnefirmware/rombios: fix after update to libacpi
2016-12-13 Andrew Cooperx86/traps: Adjust paged-guest handling in the PV pagefa...
2016-12-13 Andrew Cooperx86/shadow: Drop all emulation for PV vcpus
2016-12-13 Andrew Cooperx86/paging: Enforce PG_external == PG_translate ==...
2016-12-13 Luwei Kangx86/VPMU: clear the overflow status of which counter...
2016-12-13 Roger Pau Monnélibacpi: announce that PVHv2 has no CMOS RTC in FADT
2016-12-13 Roger Pau Monnélibacpi: update FADT layout to support version 5
2016-12-13 Roger Pau Monnelibs/xenstore: set correct FreeBSD device
2016-12-13 Wei Liutools/fuzz: add README
2016-12-13 Wei Liutools: hook up fuzz directory
2016-12-13 Wei Liutools/fuzz: introduce x86 instruction emulator target
2016-12-13 Wei Liux86emul/test: factor out emul_test_get_fpu
2016-12-13 Wei Liux86emul/test: factor out emul_test_{read_cr,cpuid}
2016-12-13 Wei Liux86emul/test: factor out emul_test_make_stack_executable
2016-12-13 Wei Liutools/fuzz: introduce libelf target
2016-12-13 Andrew Cooperx86/shadow: Misc minor cleanup
2016-12-13 Andrew Cooperx86/shadow: Tweak some initialisation in sh_page_fault()
2016-12-13 Andrew Cooperx86/emul: Implement the STAC and CLAC instructions
2016-12-13 Andrew Cooperxen: Fix determining when domain creation is complete
2016-12-13 Andrew Cooperx86/hvm: Fix HVMOP_get_param when skipping creating...
2016-12-12 Stefano Stabellinifix potential pa_range_info out of bound access
2016-12-12 Stefano Stabellinifix potential int overflow in efi/boot
2016-12-12 Andrew Cooperx86/emul: Annotate more intentional fallthrough cases
2016-12-12 Jan Beulichconsole: allow log level threshold adjustments
2016-12-12 Jan Beulichx86/time: don't omit newline in dump_softtsc()
2016-12-12 Jan Beulichx86emul: consolidate string insn register adjustments
2016-12-12 Suravee SuthikulpanitAMD IOMMU: Support IOAPIC IDs larger than 128
2016-12-12 Roger Pau Monnéx86: allow the emulated APICs to be enabled for the...
2016-12-12 Wei Liutools: bump some library version numbers to 4.9
2016-12-12 Zhang Chenlibxl: Add COLO replication top-id support
2016-12-12 Zhang Chenlibxl: Add Xen colo support for qemu-upstream colo...
2016-12-12 Cédric Bosdonnatlibxl: fix gentypes call in Makefile
2016-12-12 Sander Eikelenboomlibxl: fix erroneous negation for isstubdom
2016-12-12 Wei LiuINSTALL: remove stale coverage build instruction
2016-12-12 Paul Durrantx86/hvm: don't unconditionally create a default ioreq...
2016-12-12 Jan Beulichx86emul: use SrcEax/DstEax where suitable for string...
2016-12-12 Jan Beulichx86: add CPUID dependents of APIC and TSC
2016-12-12 Jan Beulichx86emul: avoid numeric literals for EFLAGS values
2016-12-12 Jan Beulichx86emul: move some of the early operand adjustments
2016-12-12 Jan Beulichx86emul: abstract gcc asm() flag output handling
2016-12-12 Jan Beulichx86emul: derive vcpu_must_have() from vcpu_has()
2016-12-12 Jan Beulichmake tlbflush_filter()'s first parameter a pointer
2016-12-09 Oleksandr Tyshchenkoarm/irq: Reorder check in route_irq_to_guest() to avoid...
2016-12-09 Stefano Stabellinifix out of bound access to mode_strings
2016-12-09 Stefano Stabellinimissing vgic_unlock_rank in gic_remove_irq_from_guest
2016-12-09 Andrew Cooperx86/hvm: Move hvm_hypervisor_cpuid_leaf() handling...
2016-12-09 Andrew Cooperx86/hvm: Move hvm_funcs.cpuid_intercept() handling...
2016-12-09 Andrew Cooperx86/vpmu: Remove core2_no_vpmu_ops
2016-12-09 Andrew Cooperx86/vpmu: Move vpmu_do_cpuid() handling into {pv,hvm...
2016-12-09 Jan Beulichx86emul: correct 64-bit mode repeated string insn handl...
2016-12-09 Jan Beulichx86emul: consolidate loop counter handling
2016-12-09 Jan Beulichx86emul/test: don't log double % characters
2016-12-09 Jan Beulichx86emul/test: avoid meaningless output
2016-12-09 Jan Beulichx86emul: constify write_segment() register pointer
2016-12-09 Jan Beulichx86emul: support 64-bit segment descriptor types
2016-12-09 Jan Beulichx86emul: fold SReg PUSH/POP cases
2016-12-09 Jan Beulichx86emul: defer rIP-relative address calculation
2016-12-09 Jan Beulichx86emul: avoid undefined behavior when dealing with...
2016-12-09 Jan Beulichx86emul: reduce FPU handling code size
2016-12-09 Jan Beulichx86emul: simplify FPU destination operand handling
2016-12-09 Jan Beulichx86emul: simplify FPU source operand handling
2016-12-09 Jan Beulichx86emul: extend / amend supported FPU opcodes
2016-12-08 Jan BeulichRevert "libelf: treat phdr and shdr similarly"
2016-12-08 Jan Beulichx86emul: simplify {,i}{mul,div} fix
2016-12-08 Jan Beulichx86emul: drop stray NULL check
2016-12-08 Jan Beulichx86emul: drop dead code from SYSENTER handling
2016-12-07 Julien Grallxen/arm: vgic-v3: Allow AArch32 guest booting with...
2016-12-07 Julien Grallxen/arm: vgic-v3: Move the emulation of ICC_SGI1R_EL1...
2016-12-07 Julien Grallxen/arm: vgic: Rename emulate_sysreg callback to emulat...
2016-12-07 Julien Grallxen/arm: vreg: Introduce vreg_emulate_cp{32,64}
2016-12-07 Julien Grallxen/arm: vtimer: Move emulate_sysreg* callback in a...
2016-12-07 Julien Grallxen/arm: vgic-v3: Build vgic-v3.c when CONFIG_HAS_GICV3...
2016-12-07 Julien Grallxen/arm: vgic: Clean-up the sysreg emulation
2016-12-07 Julien Grallxen/arm: vgic: Switch emulate_sysreg return from int...
next